Uses of Interface
org.eclipse.vtp.framework.interactions.core.conversation.IInputRequest

Packages that use IInputRequest
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IInputRequest in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation that return IInputRequest
 IInputRequest IConversation.createInputRequest(InputRequestConfiguration configuration, java.lang.String resultParameterName)
           
 

Uses of IInputRequest in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return IInputRequest
 IInputRequest Conversation.createInputRequest(InputRequestConfiguration configuration, java.lang.String resultParameterName)